home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiniExamples / AppKit / AtYourService / MyDelegate.h < prev    next >
Text File  |  1995-06-12  |  171b  |  14 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyDelegate:Object
  7. {
  8.     id  infoPanel, helpPanel, defaultHandler;
  9. }
  10.  
  11. - appDidInit:sender;
  12.  
  13. @end
  14.